home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 32 / PC Gamer IT CD 32 2-2.iso / drivers / videodrv / cyrrus / CL5446 / OS2.DRV / INSTALL.RSP < prev    next >
Text File  |  1996-09-06  |  2KB  |  42 lines

  1. *----------------------------------------------------------------------------
  2. * Response File for installation of Cirrus Video Card drivers.
  3. *
  4. * Only two lines are required in order to automate installation. 
  5. *
  6. * The first is the write mode.  The two choices are:
  7. *    REFRESH   = Will not overwrite a file a newer date than the source file.
  8. *    OVERWRITE = Will overwrite all files regardless of the date.
  9. *
  10. * Examples are:
  11. *    write_mode = REFRESH
  12. *    write_mode = OVERWRITE
  13. *----------------------------------------------------------------------------
  14.  
  15. write_mode = OVERWRITE
  16.  
  17. *----------------------------------------------------------------------------
  18. * The second is the selection of the initial resolution.
  19. *
  20. * Initial Resolution is specified as follows
  21. *
  22. * initial_resolution = (
  23. *                         x   = 640
  24. *                         y   = 480
  25. *                         bpp = 8
  26. *                         refreshrate = 60;
  27. *                      )
  28. *
  29. * Please be aware when selection these modes that there are no guarentees
  30. * that the mode selected will work on every video card/monitor combination
  31. * so choosing a lower resolution / refreshrate / bits per pixel might be
  32. * a good thing to do during automated installation.
  33. *
  34. * Choices for these should be valid, so please consult your manual and choose
  35. * a valid x, y, bpp, and refreshrate value for your configuration.
  36. *----------------------------------------------------------------------------
  37.  
  38. initial_resolution = ( x = 800
  39.                        y = 600
  40.                        bpp = 8
  41.                        refreshrate = 70 )
  42.